Restore suspend/resume calls for the control interface on suspend/resume.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 9 Aug 2005 09:34:06 +0000 (09:34 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 9 Aug 2005 09:34:06 +0000 (09:34 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/arch/xen/kernel/reboot.c

index 89e8cb42d1f2613a2e5ece6fdde107d13c96387b..683ddba5ed01cf5eace1e04aeccc5609a3298d1d 100644 (file)
@@ -127,6 +127,8 @@ static void __do_suspend(void)
 
     xenbus_suspend();
 
+    ctrl_if_suspend();
+
     irq_suspend();
 
     gnttab_suspend();
@@ -162,6 +164,8 @@ static void __do_suspend(void)
 
     irq_resume();
 
+    ctrl_if_resume();
+
     xenbus_resume();
 
 #ifdef CONFIG_SMP